home *** CD-ROM | disk | FTP | other *** search
/ Download Now 8 / Download Now V8.iso / Program / Graphics / 3Dcanvas / At Work.CB_ / At Work.CB / Properties.json < prev   
Encoding:
JavaScript Object Notation  |  2000-04-03  |  737 b 

  1. {
  2.     "schema": {
  3.         "ID": "Long Integer",
  4.         "Quality": "Long Integer",
  5.         "TextureTopView": "Text (255)",
  6.         "TextureSideView": "Text (255)",
  7.         "TextureFrontView": "Text (255)",
  8.         "SurfaceSize": "Long Integer",
  9.         "CurveType": "Long Integer",
  10.         "FramePositionX": "Single",
  11.         "FramePositionY": "Single",
  12.         "FramePositionZ": "Single",
  13.         "FrameOrientationDirX": "Single",
  14.         "FrameOrientationDirY": "Single",
  15.         "FrameOrientationDirZ": "Single",
  16.         "FrameOrientationUpX": "Single",
  17.         "FrameOrientationUpY": "Single",
  18.         "FrameOrientationUpZ": "Single"
  19.     },
  20.     "data": [
  21.         {
  22.             "ID": 1,
  23.             "Quality": 5,
  24.             "SurfaceSize": 1,
  25.             "CurveType": 1,
  26.             "FramePositionX": 4,
  27.             "FramePositionY": 5,
  28.             "FramePositionZ": 5,
  29.             "FrameOrientationDirX": 0,
  30.             "FrameOrientationDirY": 0,
  31.             "FrameOrientationDirZ": 1,
  32.             "FrameOrientationUpX": 0,
  33.             "FrameOrientationUpY": 1,
  34.             "FrameOrientationUpZ": 0
  35.         }
  36.     ]
  37. }